﻿2026-06-10T07:08:08.7285821Z Current runner version: '2.334.0'
2026-06-10T07:08:08.7347991Z Runner name: 'kitsubito'
2026-06-10T07:08:08.7348555Z Runner group name: 'Default'
2026-06-10T07:08:08.7349357Z Machine name: 'KITSUBITO'
2026-06-10T07:08:08.7351374Z ##[group]GITHUB_TOKEN Permissions
2026-06-10T07:08:08.7353378Z Contents: read
2026-06-10T07:08:08.7353769Z Metadata: read
2026-06-10T07:08:08.7354188Z Packages: read
2026-06-10T07:08:08.7354554Z ##[endgroup]
2026-06-10T07:08:08.7356274Z Secret source: Actions
2026-06-10T07:08:08.7356774Z Prepare workflow directory
2026-06-10T07:08:08.7711207Z Prepare all required actions
2026-06-10T07:08:08.7738877Z Getting action download info
2026-06-10T07:08:09.1850869Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-10T07:08:09.7446612Z Complete job name: test (self-hosted, Linux, kitsubito)
2026-06-10T07:08:09.8340663Z ##[group]Run actions/checkout@v5
2026-06-10T07:08:09.8341421Z with:
2026-06-10T07:08:09.8341821Z   repository: SaberMage/spt-core
2026-06-10T07:08:09.8345193Z   token: ***
2026-06-10T07:08:09.8345573Z   ssh-strict: true
2026-06-10T07:08:09.8345944Z   ssh-user: git
2026-06-10T07:08:09.8346330Z   persist-credentials: true
2026-06-10T07:08:09.8346746Z   clean: true
2026-06-10T07:08:09.8347136Z   sparse-checkout-cone-mode: true
2026-06-10T07:08:09.8347579Z   fetch-depth: 1
2026-06-10T07:08:09.8347957Z   fetch-tags: false
2026-06-10T07:08:09.8348349Z   show-progress: true
2026-06-10T07:08:09.8348740Z   lfs: false
2026-06-10T07:08:09.8349197Z   submodules: false
2026-06-10T07:08:09.8349618Z   set-safe-directory: true
2026-06-10T07:08:09.8350262Z ##[endgroup]
2026-06-10T07:08:09.9142280Z Syncing repository: SaberMage/spt-core
2026-06-10T07:08:09.9143856Z ##[group]Getting Git version info
2026-06-10T07:08:09.9144627Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-10T07:08:09.9145640Z [command]/usr/bin/git version
2026-06-10T07:08:09.9146094Z git version 2.43.0
2026-06-10T07:08:09.9152119Z ##[endgroup]
2026-06-10T07:08:09.9163165Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1507a4da-4638-43bd-a861-7ad99db4fb3c' before making global git config changes
2026-06-10T07:08:09.9164405Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T07:08:09.9166084Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-10T07:08:09.9195522Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-10T07:08:09.9211644Z https://github.com/SaberMage/spt-core
2026-06-10T07:08:09.9221407Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-10T07:08:09.9223583Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-10T07:08:09.9240291Z refs/heads/main
2026-06-10T07:08:09.9247732Z [command]/usr/bin/git checkout --detach
2026-06-10T07:08:09.9293272Z HEAD is now at 612b1de feat(daemon): restoration D4-2b — close the mixed-mode resume gap (Q6, amd 5)
2026-06-10T07:08:09.9327325Z [command]/usr/bin/git branch --delete --force main
2026-06-10T07:08:09.9351040Z Deleted branch main (was 612b1de).
2026-06-10T07:08:09.9378315Z ##[endgroup]
2026-06-10T07:08:09.9379174Z [command]/usr/bin/git submodule status
2026-06-10T07:08:09.9562675Z ##[group]Cleaning the repository
2026-06-10T07:08:09.9563262Z [command]/usr/bin/git clean -ffdx
2026-06-10T07:08:09.9587706Z Removing traceable-reqs
2026-06-10T07:08:09.9594627Z [command]/usr/bin/git reset --hard HEAD
2026-06-10T07:08:09.9667815Z HEAD is now at 612b1de feat(daemon): restoration D4-2b — close the mixed-mode resume gap (Q6, amd 5)
2026-06-10T07:08:09.9671847Z ##[endgroup]
2026-06-10T07:08:09.9673656Z ##[group]Disabling automatic garbage collection
2026-06-10T07:08:09.9676652Z [command]/usr/bin/git config --local gc.auto 0
2026-06-10T07:08:09.9698229Z ##[endgroup]
2026-06-10T07:08:09.9698887Z ##[group]Setting up auth
2026-06-10T07:08:09.9703475Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-10T07:08:09.9728377Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-10T07:08:09.9913596Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T07:08:09.9937196Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-10T07:08:10.0124639Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T07:08:10.0152205Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-10T07:08:10.0333650Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-10T07:08:10.0366328Z ##[endgroup]
2026-06-10T07:08:10.0367132Z ##[group]Fetching the repository
2026-06-10T07:08:10.0372629Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +612b1dee3dbb7c7acf01717adc9601ee639f5b57:refs/remotes/origin/main
2026-06-10T07:08:10.4852891Z ##[endgroup]
2026-06-10T07:08:10.4853807Z ##[group]Determining the checkout info
2026-06-10T07:08:10.4854750Z ##[endgroup]
2026-06-10T07:08:10.4856338Z [command]/usr/bin/git sparse-checkout disable
2026-06-10T07:08:10.4890332Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-10T07:08:10.4912001Z ##[group]Checking out the ref
2026-06-10T07:08:10.4913530Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-10T07:08:10.4954151Z Switched to a new branch 'main'
2026-06-10T07:08:10.4955148Z branch 'main' set up to track 'origin/main'.
2026-06-10T07:08:10.4959856Z ##[endgroup]
2026-06-10T07:08:10.4985307Z [command]/usr/bin/git log -1 --format=%H
2026-06-10T07:08:10.5004270Z 612b1dee3dbb7c7acf01717adc9601ee639f5b57
2026-06-10T07:08:10.5207249Z ##[group]Run cargo build --workspace --all-targets
2026-06-10T07:08:10.5208586Z [36;1mcargo build --workspace --all-targets[0m
2026-06-10T07:08:10.5225527Z shell: /usr/bin/bash -e {0}
2026-06-10T07:08:10.5226413Z ##[endgroup]
2026-06-10T07:08:10.8631656Z    Compiling proc-macro2 v1.0.106
2026-06-10T07:08:10.8632842Z    Compiling quote v1.0.45
2026-06-10T07:08:10.8633778Z    Compiling unicode-ident v1.0.24
2026-06-10T07:08:10.8634756Z    Compiling libc v0.2.186
2026-06-10T07:08:10.8635637Z    Compiling serde_core v1.0.228
2026-06-10T07:08:10.8636572Z    Compiling serde v1.0.228
2026-06-10T07:08:10.8672935Z    Compiling cfg-if v1.0.4
2026-06-10T07:08:10.8714610Z    Compiling typenum v1.20.1
2026-06-10T07:08:10.8746548Z    Compiling portable-atomic v1.13.1
2026-06-10T07:08:10.8765693Z    Compiling version_check v0.9.5
2026-06-10T07:08:10.8767781Z    Compiling memchr v2.8.1
2026-06-10T07:08:10.8799849Z    Compiling critical-section v1.2.0
2026-06-10T07:08:10.8801408Z    Compiling find-msvc-tools v0.1.9
2026-06-10T07:08:10.8846816Z    Compiling shlex v2.0.1
2026-06-10T07:08:10.8848823Z    Compiling subtle v2.6.1
2026-06-10T07:08:10.9159255Z    Compiling semver v1.0.28
2026-06-10T07:08:10.9902293Z    Compiling smallvec v1.15.1
2026-06-10T07:08:11.0035228Z    Compiling itoa v1.0.18
2026-06-10T07:08:11.0828592Z    Compiling equivalent v1.0.2
2026-06-10T07:08:11.1181659Z    Compiling pin-project-lite v0.2.17
2026-06-10T07:08:11.1562494Z    Compiling cpufeatures v0.2.17
2026-06-10T07:08:11.1662155Z    Compiling hashbrown v0.17.1
2026-06-10T07:08:11.1810458Z    Compiling log v0.4.32
2026-06-10T07:08:11.1875291Z    Compiling bitflags v2.12.1
2026-06-10T07:08:11.1884442Z    Compiling futures-core v0.3.32
2026-06-10T07:08:11.2134741Z    Compiling rustc_version v0.4.1
2026-06-10T07:08:11.2242594Z    Compiling bytes v1.11.1
2026-06-10T07:08:11.2496128Z    Compiling generic-array v0.14.7
2026-06-10T07:08:11.2783280Z    Compiling rand_core v0.10.1
2026-06-10T07:08:11.3158738Z    Compiling getrandom v0.4.2
2026-06-10T07:08:11.3521483Z    Compiling stable_deref_trait v1.2.1
2026-06-10T07:08:11.3970859Z    Compiling futures-sink v0.3.32
2026-06-10T07:08:11.4297971Z    Compiling slab v0.4.12
2026-06-10T07:08:11.4422222Z    Compiling futures-io v0.3.32
2026-06-10T07:08:11.4425613Z    Compiling futures-task v0.3.32
2026-06-10T07:08:11.4605907Z    Compiling zerocopy v0.8.50
2026-06-10T07:08:11.4733196Z    Compiling ahash v0.8.12
2026-06-10T07:08:11.5071678Z    Compiling futures-channel v0.3.32
2026-06-10T07:08:11.5281693Z    Compiling autocfg v1.5.1
2026-06-10T07:08:11.5979408Z    Compiling vcpkg v0.2.15
2026-06-10T07:08:11.6081903Z    Compiling signature v2.2.0
2026-06-10T07:08:11.6216864Z    Compiling curve25519-dalek v4.1.3
2026-06-10T07:08:11.6404280Z    Compiling fnv v1.0.7
2026-06-10T07:08:11.7027632Z    Compiling zmij v1.0.21
2026-06-10T07:08:11.7182451Z    Compiling pkg-config v0.3.33
2026-06-10T07:08:11.7301387Z    Compiling ed25519 v2.2.3
2026-06-10T07:08:11.7672056Z    Compiling serde_json v1.0.150
2026-06-10T07:08:11.9213946Z    Compiling fastrand v2.4.1
2026-06-10T07:08:11.9712066Z    Compiling cfg_aliases v0.2.1
2026-06-10T07:08:11.9981829Z    Compiling fallible-iterator v0.3.0
2026-06-10T07:08:12.0510073Z    Compiling rustversion v1.0.22
2026-06-10T07:08:12.1572319Z    Compiling indexmap v2.14.0
2026-06-10T07:08:12.1642142Z    Compiling syn v2.0.117
2026-06-10T07:08:12.2312074Z    Compiling writeable v0.6.3
2026-06-10T07:08:12.2701474Z    Compiling litemap v0.8.2
2026-06-10T07:08:12.2702522Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-10T07:08:12.3391195Z    Compiling icu_normalizer_data v2.2.0
2026-06-10T07:08:12.4045025Z    Compiling utf8_iter v1.0.4
2026-06-10T07:08:12.4381046Z    Compiling fs_extra v1.3.0
2026-06-10T07:08:12.4418694Z    Compiling icu_properties_data v2.2.0
2026-06-10T07:08:12.4540983Z    Compiling dunce v1.0.5
2026-06-10T07:08:12.4636847Z    Compiling anyhow v1.0.102
2026-06-10T07:08:12.4771604Z    Compiling percent-encoding v2.3.2
2026-06-10T07:08:12.4971540Z    Compiling http v1.4.1
2026-06-10T07:08:12.5651379Z    Compiling cpufeatures v0.3.0
2026-06-10T07:08:12.6009951Z    Compiling aws-lc-rs v1.17.0
2026-06-10T07:08:12.6158726Z    Compiling strsim v0.11.1
2026-06-10T07:08:12.6221402Z    Compiling jobserver v0.1.34
2026-06-10T07:08:12.6861071Z    Compiling thiserror v2.0.18
2026-06-10T07:08:12.7820975Z    Compiling form_urlencoded v1.2.2
2026-06-10T07:08:12.8020798Z    Compiling chacha20 v0.10.0
2026-06-10T07:08:12.8661288Z    Compiling ident_case v1.0.1
2026-06-10T07:08:12.8731012Z    Compiling untrusted v0.9.0
2026-06-10T07:08:12.9480974Z    Compiling cc v1.2.63
2026-06-10T07:08:12.9550928Z    Compiling unicode-segmentation v1.13.3
2026-06-10T07:08:12.9771477Z    Compiling crypto-common v0.1.7
2026-06-10T07:08:12.9941356Z    Compiling block-buffer v0.10.4
2026-06-10T07:08:13.0469504Z    Compiling rustls v0.23.40
2026-06-10T07:08:13.0632385Z    Compiling scopeguard v1.2.0
2026-06-10T07:08:13.0835629Z    Compiling rustix v1.1.4
2026-06-10T07:08:13.1100263Z    Compiling digest v0.10.7
2026-06-10T07:08:13.1101327Z    Compiling const-oid v0.10.2
2026-06-10T07:08:13.1335433Z    Compiling lock_api v0.4.14
2026-06-10T07:08:13.1382330Z    Compiling unicode-xid v0.2.6
2026-06-10T07:08:13.1958053Z    Compiling atomic-waker v1.1.2
2026-06-10T07:08:13.2130963Z    Compiling linux-raw-sys v0.12.1
2026-06-10T07:08:13.2196106Z    Compiling httparse v1.10.1
2026-06-10T07:08:13.2637614Z    Compiling hybrid-array v0.4.12
2026-06-10T07:08:13.3161106Z    Compiling num-traits v0.2.19
2026-06-10T07:08:13.3510650Z    Compiling sha2 v0.10.9
2026-06-10T07:08:13.3610950Z    Compiling powerfmt v0.2.0
2026-06-10T07:08:13.4121418Z    Compiling heck v0.5.0
2026-06-10T07:08:13.4530835Z    Compiling convert_case v0.10.0
2026-06-10T07:08:13.4863546Z    Compiling getrandom v0.2.17
2026-06-10T07:08:13.4960762Z    Compiling socket2 v0.6.4
2026-06-10T07:08:13.5214020Z    Compiling mio v1.2.1
2026-06-10T07:08:13.6498387Z    Compiling rand_core v0.6.4
2026-06-10T07:08:13.6627224Z    Compiling http-body v1.0.1
2026-06-10T07:08:13.6859297Z    Compiling paste v1.0.15
2026-06-10T07:08:13.7431152Z    Compiling rand v0.10.1
2026-06-10T07:08:13.7831076Z    Compiling base64ct v1.8.3
2026-06-10T07:08:13.8039563Z    Compiling deranged v0.5.8
2026-06-10T07:08:13.9340957Z    Compiling memoffset v0.6.5
2026-06-10T07:08:13.9560558Z    Compiling time-core v0.1.8
2026-06-10T07:08:13.9690935Z    Compiling parking_lot_core v0.9.12
2026-06-10T07:08:14.0150627Z    Compiling num-conv v0.2.2
2026-06-10T07:08:14.1020329Z    Compiling pem-rfc7468 v1.0.0
2026-06-10T07:08:14.1289153Z    Compiling thiserror v1.0.69
2026-06-10T07:08:14.1382346Z    Compiling data-encoding v2.11.0
2026-06-10T07:08:14.1468819Z    Compiling try-lock v0.2.5
2026-06-10T07:08:14.1992782Z    Compiling tinyvec_macros v0.1.1
2026-06-10T07:08:14.2253563Z    Compiling base64 v0.22.1
2026-06-10T07:08:14.2348646Z    Compiling tower-service v0.3.3
2026-06-10T07:08:14.2381106Z    Compiling want v0.3.1
2026-06-10T07:08:14.2526991Z    Compiling tinyvec v1.11.0
2026-06-10T07:08:14.2760572Z    Compiling cmake v0.1.58
2026-06-10T07:08:14.3310792Z    Compiling crypto-common v0.2.2
2026-06-10T07:08:14.4420671Z    Compiling block-buffer v0.12.0
2026-06-10T07:08:14.5656562Z    Compiling ioctl-rs v0.1.6
2026-06-10T07:08:14.5903054Z    Compiling serial-core v0.4.0
2026-06-10T07:08:14.6201256Z    Compiling termios v0.2.2
2026-06-10T07:08:14.6664051Z    Compiling vergen-lib v9.1.0
2026-06-10T07:08:14.7751170Z    Compiling inout v0.1.4
2026-06-10T07:08:14.7876324Z    Compiling n0-future v0.3.2
2026-06-10T07:08:14.7939379Z    Compiling diatomic-waker v0.2.3
2026-06-10T07:08:14.8177480Z    Compiling ref-cast v1.0.25
2026-06-10T07:08:14.8400709Z    Compiling httpdate v1.0.3
2026-06-10T07:08:14.8840965Z    Compiling winnow v1.0.3
2026-06-10T07:08:14.9129885Z    Compiling spin v0.10.0
2026-06-10T07:08:14.9356979Z    Compiling cordyceps v0.3.4
2026-06-10T07:08:14.9901340Z    Compiling crossbeam-utils v0.8.21
2026-06-10T07:08:15.0059982Z    Compiling parking v2.2.1
2026-06-10T07:08:15.0671399Z    Compiling netlink-packet-core v0.8.1
2026-06-10T07:08:15.1120942Z    Compiling futures-lite v2.6.1
2026-06-10T07:08:15.1500781Z    Compiling cipher v0.4.4
2026-06-10T07:08:15.1980616Z    Compiling digest v0.11.3
2026-06-10T07:08:15.2081055Z    Compiling libsqlite3-sys v0.30.1
2026-06-10T07:08:15.2818018Z    Compiling aws-lc-sys v0.41.0
2026-06-10T07:08:15.2884587Z    Compiling ring v0.17.14
2026-06-10T07:08:15.2983617Z    Compiling futures-buffered v0.2.13
2026-06-10T07:08:15.3270693Z    Compiling serial-unix v0.4.0
2026-06-10T07:08:15.4132655Z    Compiling vergen-lib v0.1.6
2026-06-10T07:08:15.5140704Z    Compiling vergen v9.1.0
2026-06-10T07:08:15.5268220Z    Compiling universal-hash v0.5.1
2026-06-10T07:08:15.5762776Z    Compiling noq-udp v0.10.0
2026-06-10T07:08:15.6261481Z    Compiling heapless v0.7.17
2026-06-10T07:08:15.6339990Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-10T07:08:15.6720828Z    Compiling aho-corasick v1.1.4
2026-06-10T07:08:15.7041247Z    Compiling sync_wrapper v1.0.2
2026-06-10T07:08:15.7448104Z    Compiling toml_write v0.1.2
2026-06-10T07:08:15.7701190Z    Compiling opaque-debug v0.3.1
2026-06-10T07:08:15.7891649Z    Compiling winnow v0.7.15
2026-06-10T07:08:15.8260609Z    Compiling regex-syntax v0.8.10
2026-06-10T07:08:15.8620892Z    Compiling either v1.16.0
2026-06-10T07:08:15.8820501Z    Compiling pin-utils v0.1.0
2026-06-10T07:08:15.9298839Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-10T07:08:15.9390338Z    Compiling bitflags v1.3.2
2026-06-10T07:08:15.9796976Z    Compiling byteorder v1.5.0
2026-06-10T07:08:16.0052276Z    Compiling nix v0.25.1
2026-06-10T07:08:16.1380641Z    Compiling hash32 v0.2.1
2026-06-10T07:08:16.1970825Z    Compiling polyval v0.6.2
2026-06-10T07:08:16.2260649Z    Compiling parking_lot v0.12.5
2026-06-10T07:08:16.2590818Z    Compiling serial v0.4.0
2026-06-10T07:08:16.3195096Z    Compiling spin v0.9.8
2026-06-10T07:08:16.4172087Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-10T07:08:16.4413679Z    Compiling vergen-gitcl v1.0.8
2026-06-10T07:08:16.5300594Z    Compiling signature v3.0.0
2026-06-10T07:08:16.6260506Z    Compiling downcast-rs v1.2.1
2026-06-10T07:08:16.6300842Z    Compiling dyn-clone v1.0.20
2026-06-10T07:08:16.6913195Z    Compiling tower-layer v0.3.3
2026-06-10T07:08:16.7439531Z    Compiling num_threads v0.1.7
2026-06-10T07:08:16.8170908Z    Compiling shell-words v1.1.1
2026-06-10T07:08:16.8520675Z    Compiling time v0.3.47
2026-06-10T07:08:16.8781164Z    Compiling ghash v0.5.1
2026-06-10T07:08:16.9678251Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-10T07:08:16.9755594Z    Compiling ctr v0.9.2
2026-06-10T07:08:16.9926143Z    Compiling aes v0.8.4
2026-06-10T07:08:17.0410630Z    Compiling sha2 v0.11.0-rc.5
2026-06-10T07:08:17.1570744Z    Compiling synstructure v0.13.2
2026-06-10T07:08:17.2550877Z    Compiling darling_core v0.20.11
2026-06-10T07:08:17.4171474Z    Compiling serde_derive_internals v0.29.1
2026-06-10T07:08:17.4187295Z    Compiling http-body-util v0.1.3
2026-06-10T07:08:17.7030723Z    Compiling aead v0.5.2
2026-06-10T07:08:17.8077118Z    Compiling openssl-probe v0.2.1
2026-06-10T07:08:17.8220437Z    Compiling aes-gcm v0.10.3
2026-06-10T07:08:17.8738584Z    Compiling proc-macro-crate v3.5.0
2026-06-10T07:08:17.9710828Z    Compiling crossbeam-epoch v0.9.18
2026-06-10T07:08:17.9865572Z    Compiling crossbeam-channel v0.5.15
2026-06-10T07:08:18.0801824Z    Compiling netlink-packet-route v0.29.0
2026-06-10T07:08:18.3456330Z    Compiling blake3 v1.8.5
2026-06-10T07:08:18.3672829Z    Compiling uuid v1.23.2
2026-06-10T07:08:18.4777228Z    Compiling noq v0.18.0
2026-06-10T07:08:18.5471100Z    Compiling regex-automata v0.4.14
2026-06-10T07:08:18.6580084Z    Compiling netwatch v0.16.0
2026-06-10T07:08:18.6711039Z    Compiling acto v0.8.2
2026-06-10T07:08:18.6711692Z    Compiling ryu v1.0.23
2026-06-10T07:08:18.6994955Z    Compiling tagptr v0.2.0
2026-06-10T07:08:18.8518502Z    Compiling xml-rs v0.8.28
2026-06-10T07:08:18.8583314Z    Compiling rustc-hash v2.1.2
2026-06-10T07:08:18.8663735Z    Compiling sorted-index-buffer v0.2.1
2026-06-10T07:08:18.8707501Z    Compiling identity-hash v0.1.0
2026-06-10T07:08:18.8880629Z    Compiling foldhash v0.2.0
2026-06-10T07:08:18.9508750Z    Compiling allocator-api2 v0.2.21
2026-06-10T07:08:18.9721034Z    Compiling lru-slab v0.1.2
2026-06-10T07:08:19.0031151Z    Compiling mac-addr v0.3.0
2026-06-10T07:08:19.0995339Z    Compiling netlink-packet-route v0.30.0
2026-06-10T07:08:19.1463009Z    Compiling serde_derive v1.0.228
2026-06-10T07:08:19.1665537Z    Compiling zeroize_derive v1.4.3
2026-06-10T07:08:19.3327132Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-10T07:08:19.3633714Z    Compiling tokio-macros v2.7.0
2026-06-10T07:08:19.3930946Z    Compiling zerofrom-derive v0.1.7
2026-06-10T07:08:19.6278349Z    Compiling futures-macro v0.3.32
2026-06-10T07:08:19.7455196Z    Compiling zeroize v1.8.2
2026-06-10T07:08:19.9300859Z    Compiling yoke-derive v0.8.2
2026-06-10T07:08:19.9416877Z    Compiling zerovec-derive v0.11.3
2026-06-10T07:08:20.1054648Z    Compiling tokio v1.52.3
2026-06-10T07:08:20.4214855Z    Compiling displaydoc v0.2.6
2026-06-10T07:08:20.4518012Z    Compiling tracing-attributes v0.1.31
2026-06-10T07:08:20.4930886Z    Compiling rustls-pki-types v1.14.1
2026-06-10T07:08:20.5065463Z    Compiling futures-util v0.3.32
2026-06-10T07:08:20.7430685Z    Compiling zerofrom v0.1.8
2026-06-10T07:08:20.8790732Z    Compiling thiserror-impl v2.0.18
2026-06-10T07:08:21.2767536Z    Compiling yoke v0.8.3
2026-06-10T07:08:21.3282033Z    Compiling darling_macro v0.20.11
2026-06-10T07:08:21.3423155Z    Compiling derive_more-impl v2.1.1
2026-06-10T07:08:21.4451944Z    Compiling n0-error-macros v0.1.3
2026-06-10T07:08:21.4910671Z    Compiling zerovec v0.11.6
2026-06-10T07:08:21.7340789Z    Compiling ed25519-dalek v2.2.0
2026-06-10T07:08:22.0631244Z    Compiling spt-proto v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-10T07:08:22.0741078Z    Compiling zerotrie v0.2.4
2026-06-10T07:08:22.1747885Z    Compiling darling v0.20.11
2026-06-10T07:08:22.2241072Z    Compiling derive_builder_core v0.20.2
2026-06-10T07:08:22.2855628Z    Compiling tinystr v0.8.3
2026-06-10T07:08:22.4493928Z    Compiling potential_utf v0.1.5
2026-06-10T07:08:22.4640912Z    Compiling spez v0.1.2
2026-06-10T07:08:22.5197183Z    Compiling icu_locale_core v2.2.0
2026-06-10T07:08:22.5598321Z    Compiling icu_collections v2.2.0
2026-06-10T07:08:22.5931105Z    Compiling der v0.8.0-rc.10
2026-06-10T07:08:22.8301079Z    Compiling n0-error v0.1.3
2026-06-10T07:08:23.1917069Z    Compiling thiserror-impl v1.0.69
2026-06-10T07:08:23.2721396Z    Compiling pin-project-internal v1.1.13
2026-06-10T07:08:23.5050793Z    Compiling ref-cast-impl v1.0.25
2026-06-10T07:08:23.5744971Z    Compiling derive_builder_macro v0.20.2
2026-06-10T07:08:23.9080601Z    Compiling icu_provider v2.2.0
2026-06-10T07:08:24.0211259Z    Compiling derive_builder v0.20.2
2026-06-10T07:08:24.1128830Z    Compiling spki v0.8.0-rc.4
2026-06-10T07:08:24.3073996Z    Compiling icu_properties v2.2.0
2026-06-10T07:08:24.3184087Z    Compiling icu_normalizer v2.2.0
2026-06-10T07:08:24.3332736Z    Compiling ipnet v2.12.0
2026-06-10T07:08:24.4023517Z    Compiling toml_datetime v0.6.11
2026-06-10T07:08:24.4061128Z    Compiling serde_spanned v0.6.9
2026-06-10T07:08:24.5351419Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-10T07:08:24.5616489Z    Compiling futures-executor v0.3.32
2026-06-10T07:08:24.6790747Z    Compiling pin-project v1.1.13
2026-06-10T07:08:24.7140983Z    Compiling toml_edit v0.22.27
2026-06-10T07:08:24.7240602Z    Compiling prefix-trie v0.8.4
2026-06-10T07:08:24.7513275Z    Compiling filedescriptor v0.8.3
2026-06-10T07:08:24.8932098Z    Compiling schemars_derive v1.2.1
2026-06-10T07:08:24.9360503Z    Compiling portable-pty v0.8.1
2026-06-10T07:08:24.9594346Z    Compiling once_cell v1.21.4
2026-06-10T07:08:24.9970907Z    Compiling futures v0.3.32
2026-06-10T07:08:25.0500599Z    Compiling ed25519 v3.0.0-rc.4
2026-06-10T07:08:25.2228706Z    Compiling tracing-core v0.1.36
2026-06-10T07:08:25.4575622Z    Compiling hashbrown v0.14.5
2026-06-10T07:08:25.4841053Z    Compiling tempfile v3.27.0
2026-06-10T07:08:25.7030846Z    Compiling tracing v0.1.44
2026-06-10T07:08:25.8837278Z    Compiling idna_adapter v1.2.2
2026-06-10T07:08:25.8990621Z    Compiling derive_more v2.1.1
2026-06-10T07:08:25.9951601Z    Compiling tokio-util v0.7.18
2026-06-10T07:08:26.0611877Z    Compiling idna v1.1.0
2026-06-10T07:08:26.0690637Z    Compiling netlink-sys v0.8.8
2026-06-10T07:08:26.1210859Z    Compiling cobs v0.3.0
2026-06-10T07:08:26.1735984Z    Compiling regex v1.12.3
2026-06-10T07:08:26.2253327Z    Compiling postcard-derive v0.2.2
2026-06-10T07:08:26.3090540Z    Compiling hashlink v0.9.1
2026-06-10T07:08:26.3391941Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-10T07:08:26.3940379Z    Compiling tower v0.5.3
2026-06-10T07:08:26.5780550Z    Compiling url v2.5.8
2026-06-10T07:08:26.6552466Z    Compiling rusqlite v0.32.1
2026-06-10T07:08:26.6696750Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-10T07:08:26.7482886Z    Compiling postcard v1.1.3
2026-06-10T07:08:26.7920592Z    Compiling data-encoding-macro v0.1.20
2026-06-10T07:08:26.9017394Z    Compiling h2 v0.4.14
2026-06-10T07:08:27.0913949Z    Compiling schemars v1.2.1
2026-06-10T07:08:27.1351857Z    Compiling rustls-native-certs v0.8.4
2026-06-10T07:08:27.1693673Z    Compiling iroh-metrics-derive v0.4.1
2026-06-10T07:08:27.1939349Z    Compiling num_enum_derive v0.7.6
2026-06-10T07:08:27.2200577Z    Compiling toml v0.8.23
2026-06-10T07:08:27.3170653Z    Compiling enum-assoc v1.3.0
2026-06-10T07:08:27.5120753Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-10T07:08:27.5527242Z    Compiling async-trait v0.1.89
2026-06-10T07:08:27.6871059Z    Compiling strum_macros v0.28.0
2026-06-10T07:08:27.7495319Z    Compiling iroh-metrics v0.38.3
2026-06-10T07:08:27.9661257Z    Compiling spt-store v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-10T07:08:28.0886521Z    Compiling iroh-relay v0.98.0
2026-06-10T07:08:28.3006974Z    Compiling tower-http v0.6.11
2026-06-10T07:08:28.3777810Z    Compiling attohttpc v0.30.1
2026-06-10T07:08:28.3909842Z    Compiling iroh-base v0.98.0
2026-06-10T07:08:28.3910760Z    Compiling num_enum v0.7.6
2026-06-10T07:08:28.4740847Z    Compiling n0-watcher v0.6.1
2026-06-10T07:08:28.5184053Z    Compiling tokio-stream v0.1.18
2026-06-10T07:08:28.6660980Z    Compiling netlink-proto v0.12.0
2026-06-10T07:08:28.7300828Z    Compiling netdev v0.42.0
2026-06-10T07:08:28.8442692Z    Compiling moka v0.12.15
2026-06-10T07:08:28.9940726Z    Compiling xmltree v0.10.3
2026-06-10T07:08:29.0528680Z    Compiling hashbrown v0.16.1
2026-06-10T07:08:29.1919219Z    Compiling simple-dns v0.9.3
2026-06-10T07:08:29.2308107Z    Compiling smol_str v0.1.24
2026-06-10T07:08:29.4850759Z    Compiling resolv-conf v0.7.6
2026-06-10T07:08:29.5967784Z    Compiling arrayref v0.3.9
2026-06-10T07:08:29.6531024Z    Compiling constant_time_eq v0.4.2
2026-06-10T07:08:29.6660666Z    Compiling simdutf8 v0.1.5
2026-06-10T07:08:29.8130760Z    Compiling arrayvec v0.7.6
2026-06-10T07:08:29.8734190Z    Compiling sha1_smol v1.0.1
2026-06-10T07:08:29.9591176Z    Compiling lru v0.16.4
2026-06-10T07:08:30.0540637Z    Compiling webpki-roots v1.0.7
2026-06-10T07:08:30.1249522Z    Compiling serde_bytes v0.11.19
2026-06-10T07:08:30.1330302Z    Compiling seize v0.5.1
2026-06-10T07:08:30.1460772Z    Compiling hmac v0.12.1
2026-06-10T07:08:30.1920610Z    Compiling iroh v0.98.2
2026-06-10T07:08:30.2108703Z    Compiling cmov v0.5.4
2026-06-10T07:08:30.2826313Z    Compiling hkdf v0.12.4
2026-06-10T07:08:30.2950666Z    Compiling backon v1.6.0
2026-06-10T07:08:30.3731833Z    Compiling papaya v0.2.4
2026-06-10T07:08:30.4051635Z    Compiling spake2 v0.4.0
2026-06-10T07:08:30.4205668Z    Compiling sha1 v0.10.6
2026-06-10T07:08:30.4206953Z    Compiling strum v0.28.0
2026-06-10T07:08:30.4611059Z    Compiling doctest-file v1.1.1
2026-06-10T07:08:30.5124889Z    Compiling iroh-dns v0.98.0
2026-06-10T07:08:30.5381262Z    Compiling ctutils v0.4.2
2026-06-10T07:08:30.5860081Z    Compiling utf8parse v0.2.2
2026-06-10T07:08:30.5971669Z    Compiling colorchoice v1.0.5
2026-06-10T07:08:30.6730839Z    Compiling anstyle-parse v1.0.0
2026-06-10T07:08:30.6840262Z    Compiling anstyle-query v1.1.5
2026-06-10T07:08:30.6921015Z    Compiling anstyle v1.0.14
2026-06-10T07:08:30.7591229Z    Compiling spt-msg v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-10T07:08:30.7643160Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-10T07:08:30.7848687Z    Compiling is_terminal_polyfill v1.70.2
2026-06-10T07:08:30.8145215Z    Compiling terminal_size v0.4.4
2026-06-10T07:08:30.8279990Z    Compiling clap_lex v1.1.0
2026-06-10T07:08:30.8458570Z    Compiling clap_derive v4.6.1
2026-06-10T07:08:30.8960553Z    Compiling iana-time-zone v0.1.65
2026-06-10T07:08:30.9141870Z    Compiling qrcode v0.14.1
2026-06-10T07:08:30.9591153Z    Compiling interprocess v2.4.2
2026-06-10T07:08:30.9690686Z    Compiling anstream v1.0.0
2026-06-10T07:08:31.0925273Z    Compiling spt-term v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-10T07:08:31.1056719Z    Compiling spt-runtime v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-10T07:08:31.2710679Z    Compiling clap_builder v4.6.0
2026-06-10T07:08:31.3738301Z    Compiling chrono v0.4.45
2026-06-10T07:08:31.8209910Z    Compiling mock-adapter v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-10T07:08:32.4442293Z    Compiling hyper v1.10.1
2026-06-10T07:08:33.3513038Z    Compiling spt-live v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-10T07:08:34.1700474Z    Compiling clap v4.6.1
2026-06-10T07:08:34.3792715Z    Compiling hyper-util v0.1.20
2026-06-10T07:08:36.5907851Z    Compiling igd-next v0.17.1
2026-06-10T07:08:37.7389127Z    Compiling portmapper v0.16.0
2026-06-10T07:08:42.0648898Z    Compiling rustls-webpki v0.103.13
2026-06-10T07:08:44.3481508Z    Compiling tokio-rustls v0.26.4
2026-06-10T07:08:44.3482228Z    Compiling rustls-platform-verifier v0.7.0
2026-06-10T07:08:44.3482529Z    Compiling noq-proto v0.17.0
2026-06-10T07:08:44.4813875Z    Compiling hickory-net v0.26.0-beta.4
2026-06-10T07:08:44.4814442Z    Compiling hyper-rustls v0.27.9
2026-06-10T07:08:44.4814874Z    Compiling tokio-websockets v0.13.2
2026-06-10T07:08:44.6092581Z    Compiling reqwest v0.13.4
2026-06-10T07:08:45.5332034Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-10T07:08:59.0977254Z    Compiling spt-net v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-10T07:09:00.4372913Z    Compiling spt-daemon v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-10T07:09:07.4274465Z    Compiling spt v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-10T07:09:16.4761332Z    Compiling xtask v0.3.2 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-10T07:09:31.7136028Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
2026-06-10T07:09:31.7737787Z ##[group]Run cargo test --workspace
2026-06-10T07:09:31.7738116Z [36;1mcargo test --workspace[0m
2026-06-10T07:09:31.7790253Z shell: /usr/bin/bash -e {0}
2026-06-10T07:09:31.7790478Z ##[endgroup]
2026-06-10T07:09:32.4749455Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
2026-06-10T07:09:32.5002640Z      Running unittests src/main.rs (target/debug/deps/mock_session-367760258ce0afc5)
2026-06-10T07:09:32.5027779Z 
2026-06-10T07:09:32.5027903Z running 0 tests
2026-06-10T07:09:32.5028079Z 
2026-06-10T07:09:32.5028338Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:09:32.5028672Z 
2026-06-10T07:09:32.5029859Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-49bee0f53f34b1a5)
2026-06-10T07:09:32.5056460Z 
2026-06-10T07:09:32.5056792Z running 0 tests
2026-06-10T07:09:32.5056977Z 
2026-06-10T07:09:32.5057310Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:09:32.5057669Z 
2026-06-10T07:09:32.5058087Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-f3244370ec00ba45)
2026-06-10T07:09:32.5089673Z 
2026-06-10T07:09:32.5089882Z running 3 tests
2026-06-10T07:09:32.5140784Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-10T07:09:32.5141145Z test mock_has_no_claude_code_conventions ... ok
2026-06-10T07:09:32.5141423Z test mock_manifest_parses_and_validates ... ok
2026-06-10T07:09:32.5141601Z 
2026-06-10T07:09:32.5141816Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-10T07:09:32.5142092Z 
2026-06-10T07:09:32.5143827Z      Running unittests src/main.rs (target/debug/deps/spt-4bc480813b1a2a5f)
2026-06-10T07:09:32.5170862Z 
2026-06-10T07:09:32.5170992Z running 108 tests
2026-06-10T07:09:32.5182076Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-10T07:09:32.5182505Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-10T07:09:32.5182909Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-10T07:09:32.5183266Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-10T07:09:32.5183602Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-10T07:09:32.5183969Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-10T07:09:32.5184327Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-10T07:09:32.5185621Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-10T07:09:32.5189192Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-10T07:09:32.5192845Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-10T07:09:32.5195149Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-10T07:09:32.5198643Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-10T07:09:32.5200653Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-10T07:09:32.5202362Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-10T07:09:32.5376683Z test api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake ... ok
2026-06-10T07:09:32.5505031Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-10T07:09:32.5671457Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-10T07:09:32.5675743Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-10T07:09:32.5722855Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-10T07:09:32.5732064Z test api::tests::adapter_is_required ... ok
2026-06-10T07:09:32.5739414Z test api::tests::state_value_is_validated ... ok
2026-06-10T07:09:32.5766164Z test api::tests::surface_parses ... ok
2026-06-10T07:09:32.5936244Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-10T07:09:32.5937527Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-10T07:09:32.5940500Z test api::reporting::tests::history_log_appends ... ok
2026-06-10T07:09:32.5941218Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-10T07:09:32.5948363Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-10T07:09:32.5977427Z test cli::tests::access_subcommands_parse ... ok
2026-06-10T07:09:32.5996836Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-10T07:09:32.5997500Z test cli::tests::applied_message_renders_semver_or_counter_fallback ... ok
2026-06-10T07:09:32.5998511Z test cli::tests::connection_lines_net_less_hides_stale_heartbeat ... ok
2026-06-10T07:09:32.6000912Z test cli::tests::create_existing_name_is_usage_error ... ok
2026-06-10T07:09:32.6003231Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-10T07:09:32.6005307Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-10T07:09:32.6007420Z test cli::tests::create_not_elevated_refuses_without_saving ... ok
2026-06-10T07:09:32.6050581Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-10T07:09:32.6079937Z test cli::tests::daemon_subcommands_parse ... ok
2026-06-10T07:09:32.6088265Z test cli::tests::digest_flag_defaults ... ok
2026-06-10T07:09:32.6089238Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-10T07:09:32.6099933Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-10T07:09:32.6100629Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-10T07:09:32.6105554Z test cli::tests::create_prints_joining_material_when_elevated ... ok
2026-06-10T07:09:32.6132558Z test cli::tests::grant_subcommands_parse ... ok
2026-06-10T07:09:32.6138198Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-10T07:09:32.6154802Z test cli::tests::endpoint_subcommands_parse ... ok
2026-06-10T07:09:32.6157946Z test cli::tests::help_groups_cover_every_command ... ok
2026-06-10T07:09:32.6164638Z test cli::tests::how_to_topics_cover_ready_and_send ... ok
2026-06-10T07:09:32.6165575Z test cli::tests::join_gate_refuses_without_confirmed_elevation ... ok
2026-06-10T07:09:32.6168290Z test cli::tests::invalid_usage_errors ... ok
2026-06-10T07:09:32.6169502Z test cli::tests::node_level_label_names_an_endpointless_peer ... ok
2026-06-10T07:09:32.6170441Z test cli::tests::node_rows_disambiguate_only_on_label_collision ... ok
2026-06-10T07:09:32.6172106Z test cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale ... ok
2026-06-10T07:09:32.6174517Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-10T07:09:32.6177755Z test cli::tests::notify_subnet_resolution_home_default ... ok
2026-06-10T07:09:32.6192192Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-10T07:09:32.6192979Z test cli::tests::origin_set_and_asset_urls_latest_and_tag ... ok
2026-06-10T07:09:32.6196233Z test cli::tests::hot_path_flat_and_moved_verbs_gone ... ok
2026-06-10T07:09:32.6205935Z test cli::tests::notify_surface_parses ... ok
2026-06-10T07:09:32.6206392Z test cli::tests::pair_namespace_is_gone ... ok
2026-06-10T07:09:32.6258092Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-10T07:09:32.6264195Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-10T07:09:32.6290964Z test cli::tests::prune_candidates_resolve_never_guess ... ok
2026-06-10T07:09:32.6291355Z test cli::tests::ring_timeout_defaults ... ok
2026-06-10T07:09:32.6313005Z test api::startup::tests::missing_seed_refused ... ok
2026-06-10T07:09:32.6324310Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-10T07:09:32.6364126Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-10T07:09:32.6417681Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-10T07:09:32.6473872Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-10T07:09:32.6535793Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-10T07:09:32.6543386Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-10T07:09:32.6552538Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-10T07:09:32.6600651Z test cli::tests::shell_subcommands_parse ... ok
2026-06-10T07:09:32.6695334Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-10T07:09:32.6702297Z test cli::tests::show_code_prints_reprovisioning_material ... ok
2026-06-10T07:09:32.6774454Z test cli::tests::run_bounded_yields_value_or_timeout_default ... ok
2026-06-10T07:09:32.6795283Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-10T07:09:32.6804080Z test cli::tests::subcommands_parse ... ok
2026-06-10T07:09:32.6807533Z test cli::tests::subnet_status_renders_rows_and_hints_never_secrets ... ok
2026-06-10T07:09:32.6808071Z test cli::tests::subnets_joined_banner_renders_rows_and_divider ... ok
2026-06-10T07:09:32.6808838Z test cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation ... ok
2026-06-10T07:09:32.6811147Z test api::worker::tests::worker_poll_holds_deferred_while_resting ... ok
2026-06-10T07:09:32.6811611Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-10T07:09:32.6812159Z test elevation::tests::admin_terminal_style_has_no_command_prefix ... ok
2026-06-10T07:09:32.6812645Z test elevation::tests::auto_elevate_only_when_unix_interactive_and_unelevated ... ok
2026-06-10T07:09:32.6813226Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-10T07:09:32.6813846Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-10T07:09:32.6814284Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-10T07:09:32.6814669Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-10T07:09:32.6815082Z test elevation::tests::sudo_rerun_shell_quotes_spaced_args ... ok
2026-06-10T07:09:32.6815506Z test elevation::tests::sudo_rerun_uses_absolute_path_not_bare_name ... ok
2026-06-10T07:09:32.6815977Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-10T07:09:32.6816446Z test wansend::tests::refusals_render_copy_paste_targets ... ok
2026-06-10T07:09:32.6818802Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-10T07:09:32.6872585Z test cli::tests::subnet_arg_shapes_parse ... ok
2026-06-10T07:09:32.7762115Z test cli::tests::probe_all_timeout_settles_false_without_stalling_batch ... ok
2026-06-10T07:09:32.8219235Z test cli::tests::probe_all_runs_concurrently_in_input_order ... ok
2026-06-10T07:09:33.1232381Z test cli::tests::probe_all_cap_batches_into_windows ... ok
2026-06-10T07:09:33.1265301Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-10T07:09:48.2272382Z test cli::tests::owner_shutdown_gated_by_can_shutdown_grant ... ok
2026-06-10T07:09:48.2668497Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-10T07:09:48.2698270Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-10T07:09:48.2717992Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-10T07:09:48.2935326Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-10T07:09:48.3037329Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-10T07:09:58.3809247Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-10T07:09:58.3809915Z test cli::tests::shutdown_soft_stops_and_suspends ... ok
2026-06-10T07:09:58.5302820Z test wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate ... ok
2026-06-10T07:09:58.5821772Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-10T07:09:58.5822282Z 
2026-06-10T07:09:58.5822624Z test result: ok. 108 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 26.06s
2026-06-10T07:09:58.5823013Z 
2026-06-10T07:09:58.5854785Z      Running tests/brain_split.rs (target/debug/deps/brain_split-7c45fb8c1353e84c)
2026-06-10T07:09:58.5882507Z 
2026-06-10T07:09:58.5883222Z running 2 tests
2026-06-10T07:09:58.6273274Z BRAIN_UP: connected to broker BRAIN_UP: connected to broker spt-daemon-broker-c4185557b4e25d60.sockspt-daemon-broker-e16fcef9ab746c6d.sock (pid  (pid 368655368656, generation , generation 00, start-reason , start-reason coldcold)
2026-06-10T07:09:58.6274832Z )
2026-06-10T07:09:58.8279294Z BRAIN_EXIT: brain child exited (BRAIN_EXIT: brain child exited (signal: signal: 99 (SIGKILL) (SIGKILL)) — respawning
2026-06-10T07:09:58.8279963Z ) — respawning
2026-06-10T07:09:58.8280354Z BRAIN_RESTART: supervised respawn in BRAIN_RESTART: supervised respawn in 44s
2026-06-10T07:09:58.8280829Z s
2026-06-10T07:10:02.8311617Z BRAIN_UP: connected to broker BRAIN_UP: connected to broker spt-daemon-broker-e16fcef9ab746c6d.sockspt-daemon-broker-c4185557b4e25d60.sock (pid  (pid 368820368819, generation , generation 11, start-reason , start-reason crashcrash)
2026-06-10T07:10:02.8312799Z )
2026-06-10T07:10:02.8492226Z test seed_anchor_survives_brain_cycle ... ok
2026-06-10T07:10:02.8518705Z test broker_survives_brain_kill_and_respawns_it ... ok
2026-06-10T07:10:02.8519054Z 
2026-06-10T07:10:02.8519339Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.26s
2026-06-10T07:10:02.8519683Z 
2026-06-10T07:10:02.8521049Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-e6ce8d000d5aa64b)
2026-06-10T07:10:02.8532611Z 
2026-06-10T07:10:02.8532728Z running 4 tests
2026-06-10T07:10:03.1428872Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-10T07:10:03.1580780Z SEEDED:368835
2026-06-10T07:10:03.5883189Z test live_agent_lifecycle_e2e ... ok
2026-06-10T07:10:03.6613772Z test mock_adapter_drives_the_full_contract ... ok
2026-06-10T07:10:03.6787789Z SEEDED:368835
2026-06-10T07:10:03.9042246Z test seed_then_listen_binds_and_relays ... ok
2026-06-10T07:10:03.9042661Z 
2026-06-10T07:10:03.9042971Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.05s
2026-06-10T07:10:03.9043423Z 
2026-06-10T07:10:03.9049954Z      Running tests/n1_compat.rs (target/debug/deps/n1_compat-39cd3f2f9d11c013)
2026-06-10T07:10:03.9081915Z 
2026-06-10T07:10:03.9082082Z running 1 test
2026-06-10T07:10:05.1165724Z test brain_accepts_old_and_new_broker_argv ... ok
2026-06-10T07:10:05.1166140Z 
2026-06-10T07:10:05.1166515Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.21s
2026-06-10T07:10:05.1167025Z 
2026-06-10T07:10:05.1168549Z      Running tests/notify_shell_e2e.rs (target/debug/deps/notify_shell_e2e-003d43c5d0ec222e)
2026-06-10T07:10:05.1186124Z 
2026-06-10T07:10:05.1186564Z running 1 test
2026-06-10T07:10:05.1189570Z test notify_shell_renders_a_commanded_toast ... ok
2026-06-10T07:10:05.1190043Z 
2026-06-10T07:10:05.1190464Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:05.1190959Z 
2026-06-10T07:10:05.1191941Z      Running tests/oneliner_e2e.rs (target/debug/deps/oneliner_e2e-c579a501315f95e6)
2026-06-10T07:10:05.1285515Z 
2026-06-10T07:10:05.1287089Z running 1 test
2026-06-10T07:10:05.1287526Z test install_script_against_staged_release ... ok
2026-06-10T07:10:05.1287871Z 
2026-06-10T07:10:05.1288247Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:05.1288739Z 
2026-06-10T07:10:05.1291987Z      Running tests/quickstart_e2e.rs (target/debug/deps/quickstart_e2e-7edd71e206f4089e)
2026-06-10T07:10:05.1307659Z 
2026-06-10T07:10:05.1307841Z running 1 test
2026-06-10T07:10:05.4112943Z test published_messaging_quickstart_runs_as_written ... ok
2026-06-10T07:10:05.4113421Z 
2026-06-10T07:10:05.4113797Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
2026-06-10T07:10:05.4114313Z 
2026-06-10T07:10:05.4116612Z      Running tests/release_verify_e2e.rs (target/debug/deps/release_verify_e2e-4613b6a4f3b29380)
2026-06-10T07:10:05.4162700Z 
2026-06-10T07:10:05.4162994Z running 1 test
2026-06-10T07:10:05.4166320Z test published_release_verifies_against_embedded_anchor ... ok
2026-06-10T07:10:05.4166902Z 
2026-06-10T07:10:05.4167274Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:05.4167769Z 
2026-06-10T07:10:05.4168368Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-c84abf591a496eba)
2026-06-10T07:10:05.4223635Z 
2026-06-10T07:10:05.4223954Z running 1 test
2026-06-10T07:10:05.6540779Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-10T07:10:05.6541070Z 
2026-06-10T07:10:05.6541336Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
2026-06-10T07:10:05.6541674Z 
2026-06-10T07:10:05.6545900Z      Running tests/shell_sleepwake_e2e.rs (target/debug/deps/shell_sleepwake_e2e-741e637b09f04242)
2026-06-10T07:10:05.6601215Z 
2026-06-10T07:10:05.6601421Z running 1 test
2026-06-10T07:10:06.6171230Z test sleep_wake_cycle_drives_from_both_ends ... ok
2026-06-10T07:10:06.6171737Z 
2026-06-10T07:10:06.6172197Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s
2026-06-10T07:10:06.6172708Z 
2026-06-10T07:10:06.6180132Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-c70d1b9b9cdcb6ff)
2026-06-10T07:10:06.6218765Z 
2026-06-10T07:10:06.6219211Z running 237 tests
2026-06-10T07:10:06.6230324Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-10T07:10:06.6231357Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-10T07:10:06.6232305Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-10T07:10:06.6236083Z test brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy ... ok
2026-06-10T07:10:06.6237022Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-10T07:10:06.6237879Z test brainproc::tests::brain_child_args_carry_generation_and_reason ... ok
2026-06-10T07:10:06.6251012Z test brainproc::tests::consumer_gate_spawns_once_when_net_enabled ... ok
2026-06-10T07:10:06.6256494Z test brainproc::tests::start_reason_arg_round_trips_and_is_lenient ... ok
2026-06-10T07:10:06.6258328Z test access::tests::gate_decision_table ... ok
2026-06-10T07:10:06.6259688Z test applyhost::tests::brain_restart_verb_raises_the_supervisor_signal ... ok
2026-06-10T07:10:06.6260518Z test brainproc::tests::planned_restart_respawns_with_update_reason ... ok
2026-06-10T07:10:06.6261325Z test broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic ... ok
2026-06-10T07:10:06.6267605Z test broker::tests::sessions_reply_resume_seq_defaults_when_absent ... ok
2026-06-10T07:10:06.6273254Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-10T07:10:06.6273916Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-10T07:10:06.6274461Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-10T07:10:06.6278522Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-10T07:10:06.6280020Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-10T07:10:06.6280508Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-10T07:10:06.6308287Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-10T07:10:06.6339435Z test config::tests::detached_subnets_knob_defaults_empty ... ok
2026-06-10T07:10:06.6340021Z test config::tests::missing_file_is_default ... ok
2026-06-10T07:10:06.6340564Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-10T07:10:06.6341145Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-10T07:10:06.6341727Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-10T07:10:06.6342290Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-10T07:10:06.6359824Z test config::tests::save_load_roundtrip ... ok
2026-06-10T07:10:06.6360317Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-10T07:10:06.6361417Z test daemon::tests::net_retry_backoff_doubles_then_caps ... ok
2026-06-10T07:10:06.6362100Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-10T07:10:06.6362684Z test deelevate::tests::env_overlay_keeps_explicit_spt_home_alive ... ok
2026-06-10T07:10:06.6363275Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-10T07:10:06.6363876Z test deelevate::tests::plan_spawn_deelevates_only_with_a_target ... ok
2026-06-10T07:10:06.6364462Z test deelevate::tests::sudo_invoker_derivation_is_strict ... ok
2026-06-10T07:10:06.6365027Z test deelevate::tests::election_resolves_real_users_never_root ... ok
2026-06-10T07:10:06.6365595Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-10T07:10:06.6366128Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-10T07:10:06.6366701Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-10T07:10:06.6367302Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-10T07:10:06.6367924Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-10T07:10:06.6368481Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-10T07:10:06.6369120Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-10T07:10:06.6369615Z test digesthub::tests::render_is_glanceable ... ok
2026-06-10T07:10:06.6370096Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-10T07:10:06.6370637Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-10T07:10:06.6371238Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-10T07:10:06.6371787Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-10T07:10:06.6372317Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-10T07:10:06.6372887Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-10T07:10:06.6373436Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-10T07:10:06.6374060Z test applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary ... ok
2026-06-10T07:10:06.6374775Z test applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads ... ok
2026-06-10T07:10:06.6375491Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-10T07:10:06.6376130Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-10T07:10:06.6376698Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-10T07:10:06.6377256Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-10T07:10:06.6377739Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-10T07:10:06.6378212Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-10T07:10:06.6378673Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-10T07:10:06.6379231Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-10T07:10:06.6379719Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-10T07:10:06.6380400Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-10T07:10:06.6380840Z test grants::tests::escalation_answers_apply ... ok
2026-06-10T07:10:06.6381322Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-10T07:10:06.6382037Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-10T07:10:06.6382634Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-10T07:10:06.6383167Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-10T07:10:06.6383619Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-10T07:10:06.6384225Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-10T07:10:06.6384812Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-10T07:10:06.6385388Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-10T07:10:06.6386051Z test applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint ... ok
2026-06-10T07:10:06.6388763Z test applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single ... ok
2026-06-10T07:10:06.6389425Z test applyhost::tests::apply_staged_update_set_selects_local_platform_artifact ... ok
2026-06-10T07:10:06.6470196Z test applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched ... ok
2026-06-10T07:10:06.6471025Z test machineid::tests::hash_is_domain_separated_and_stable ... ok
2026-06-10T07:10:06.6554122Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-10T07:10:06.6554773Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-10T07:10:06.6556340Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-10T07:10:06.6556897Z test msg::tests::output_envelope_round_trips ... ok
2026-06-10T07:10:06.6557880Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-10T07:10:06.6558606Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-10T07:10:06.6606535Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-10T07:10:06.6849776Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-10T07:10:06.7118225Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-10T07:10:06.7127800Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-10T07:10:06.7650366Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-10T07:10:06.7918605Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-10T07:10:06.8140456Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-10T07:10:06.8666782Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-10T07:10:06.8878477Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-10T07:10:06.8885294Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-10T07:10:06.9405917Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-10T07:10:06.9638056Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-10T07:10:06.9798428Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-10T07:10:06.9948751Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-10T07:10:07.0037647Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-10T07:10:07.0136999Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-10T07:10:07.0137533Z test pairhost::tests::wire_errors_classify_for_the_guided_ux ... ok
2026-06-10T07:10:07.0139966Z test peerloop::tests::advertise_marker_is_taken_exactly_once ... ok
2026-06-10T07:10:07.0150042Z test peerloop::tests::fire_due_rotations_rotates_due_and_leaves_pending ... ok
2026-06-10T07:10:07.0150593Z test peerloop::tests::first_tick_is_due_and_never_underflows ... ok
2026-06-10T07:10:07.0306252Z test peerloop::tests::heartbeat_writes_and_advances ... ok
2026-06-10T07:10:07.0307069Z test peerloop::tests::push_target_is_the_full_roster_minus_self_and_tombstoned ... ok
2026-06-10T07:10:07.0314168Z test peerloop::tests::seeded_dial_order_fallback_and_writeback ... ok
2026-06-10T07:10:07.0314886Z test peerloop::tests::supervisor_backoff_doubles_caps_and_resets ... ok
2026-06-10T07:10:07.0568715Z test brainproc::tests::supervisor_owns_generation_and_stamps_start_reason ... ok
2026-06-10T07:10:07.0571478Z test brainproc::tests::supervisor_respawns_brain_until_stopped ... ok
2026-06-10T07:10:07.0577753Z test presence::tests::mra_degrades_to_local_and_skips_noise_rows ... ok
2026-06-10T07:10:07.0582610Z test presence::tests::mra_joins_local_and_gossiped_legs_under_one_max ... ok
2026-06-10T07:10:07.0583245Z test presence::tests::snapshot_loading_degrades_on_junk ... ok
2026-06-10T07:10:07.0584061Z test propagate::tests::classifier_maps_every_status_shape ... ok
2026-06-10T07:10:07.0592440Z test presence::tests::subnet_scope_gates_both_legs ... ok
2026-06-10T07:10:07.0618911Z test peerloop::tests::supervisor_restarts_a_panicking_pump_until_stop ... ok
2026-06-10T07:10:07.1121215Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-10T07:10:07.1773889Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-10T07:10:07.1893035Z test linkhost::tests::run_action_relinks_drives_and_refuses ... ok
2026-06-10T07:10:07.1897357Z test machineid::tests::machine_id_hash_resolves_and_is_stable ... ok
2026-06-10T07:10:07.2114571Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-10T07:10:07.2344611Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-10T07:10:07.2345176Z test reconcile::tests::active_node_wins ... ok
2026-06-10T07:10:07.2346750Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-10T07:10:07.2347567Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-10T07:10:07.2348482Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-10T07:10:07.2507917Z test registryhost::tests::admitted_feeds_stamp_the_heard_map ... ok
2026-06-10T07:10:07.2594052Z test notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked ... ok
2026-06-10T07:10:07.2713991Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-10T07:10:07.2933723Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-10T07:10:07.2995214Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-10T07:10:07.3363555Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-10T07:10:07.3381789Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-10T07:10:07.3390560Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-10T07:10:07.3400000Z test registryhost::tests::apply_node_labels_gates_and_merges ... ok
2026-06-10T07:10:07.3406914Z test registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots ... ok
2026-06-10T07:10:07.3908770Z test notif::tests::shell_notif_templates_render_for_attached_instances_only ... ok
2026-06-10T07:10:07.3926169Z test registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices ... ok
2026-06-10T07:10:07.3927590Z test registryhost::tests::superseded_requires_label_and_machine_id_under_other_key ... ok
2026-06-10T07:10:07.3936235Z test registryhost::tests::with_epoch_is_the_one_canonical_counter ... ok
2026-06-10T07:10:07.4204933Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-10T07:10:07.4527464Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-10T07:10:07.4535882Z test relcache::tests::partial_update_set_can_serve_held_platform_only ... ok
2026-06-10T07:10:07.4556908Z test relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage ... ok
2026-06-10T07:10:07.4564615Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-10T07:10:07.4572247Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-10T07:10:07.4581745Z test relcache::tests::update_set_round_trips_and_loads_by_platform ... ok
2026-06-10T07:10:07.4688524Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-10T07:10:07.4774898Z test release::tests::builtin_keys_merge_and_revoke_under_file_overlay ... ok
2026-06-10T07:10:07.4863594Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-10T07:10:07.4948601Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-10T07:10:07.4949384Z test release::tests::hex_roundtrips ... ok
2026-06-10T07:10:07.4953305Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-10T07:10:07.4959800Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-10T07:10:07.4963428Z test release::tests::revoked_key_is_rejected ... ok
2026-06-10T07:10:07.4964752Z test release::tests::shipped_builtin_table_is_well_formed ... ok
2026-06-10T07:10:07.5050650Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-10T07:10:07.5140720Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-10T07:10:07.5197705Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-10T07:10:07.5226693Z test release::tests::update_set_artifact_mismatch_is_rejected ... ok
2026-06-10T07:10:07.5302432Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-10T07:10:07.5311371Z test release::tests::update_set_missing_platform_is_typed_rejection ... ok
2026-06-10T07:10:07.5364119Z test release::tests::update_set_channel_and_rollback_gates_hold ... ok
2026-06-10T07:10:07.5391329Z test release::tests::update_set_tampering_breaks_whole_set_signature ... ok
2026-06-10T07:10:07.5395231Z test release::tests::update_set_verifies_and_selects_platform_artifact ... ok
2026-06-10T07:10:07.5398236Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-10T07:10:07.5398893Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-10T07:10:07.5399601Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-10T07:10:07.5403934Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-10T07:10:07.5410094Z test resting::tests::deferred_held_keys_on_the_durable_rest_record ... ok
2026-06-10T07:10:07.5412391Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-10T07:10:07.5412949Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-10T07:10:07.5451798Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-10T07:10:07.5458939Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-10T07:10:07.5459758Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-10T07:10:07.5606556Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-10T07:10:07.5917323Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-10T07:10:07.6317799Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-10T07:10:07.6636303Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-10T07:10:07.6636932Z test seedproofx::grace_tests::grade_truth_table ... ok
2026-06-10T07:10:07.6638214Z test seedproofx::grace_tests::seed_never_appears_in_roster_gossip ... ok
2026-06-10T07:10:07.6640265Z test seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed ... ok
2026-06-10T07:10:07.6640996Z test seedproofx::roster_tests::empty_roster_frame_round_trips ... ok
2026-06-10T07:10:07.6643118Z test seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self ... ok
2026-06-10T07:10:07.6644281Z test seedproofx::roster_tests::malformed_roster_frame_rejected ... ok
2026-06-10T07:10:07.6646124Z test seedproofx::roster_tests::roster_frame_round_trips ... ok
2026-06-10T07:10:07.7098119Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-10T07:10:07.7100027Z test service::tests::plan_start_prefers_service_then_spawn_idempotent ... ok
2026-06-10T07:10:07.7100953Z test service::tests::plan_stop_routes_managed_then_ipc_then_noop ... ok
2026-06-10T07:10:07.7112908Z test service::tests::run_refused_only_when_windows_and_vanishing ... ok
2026-06-10T07:10:07.7113776Z test service::tests::service_ignored_under_spt_home_override ... ok
2026-06-10T07:10:07.7114550Z test service::tests::systemd_unit_path_follows_xdg_then_home ... ok
2026-06-10T07:10:07.7115098Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-10T07:10:07.7115604Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-10T07:10:07.7116125Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-10T07:10:07.7130549Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-10T07:10:07.7131212Z test shelldisc::tests::discover_across_joins_other_node_subnet_adapters ... ok
2026-06-10T07:10:07.7153734Z test registryhost::tests::advertise_local_stamps_the_node_label ... ok
2026-06-10T07:10:07.7155222Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-10T07:10:07.7184217Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-10T07:10:07.7198358Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-10T07:10:07.7204989Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-10T07:10:07.7209889Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-10T07:10:07.7210778Z test registryhost::tests::advertisement_carries_the_presence_datum ... ok
2026-06-10T07:10:07.7211485Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-10T07:10:07.7211914Z test shellwake::tests::backoff_curve_doubles_to_the_cap ... ok
2026-06-10T07:10:07.7223500Z test shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches ... ok
2026-06-10T07:10:07.7224927Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-10T07:10:07.7231689Z test shellwake::tests::resolve_wake_refuses_without_a_reachable_owner ... ok
2026-06-10T07:10:07.7238920Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-10T07:10:07.7249861Z test registryhost::tests::evict_silent_peers_never_touches_own_rows ... ok
2026-06-10T07:10:07.7250520Z test shellwake::tests::watcher_opcode_exit_fires_resolution_once ... ok
2026-06-10T07:10:07.7250920Z test sync::tests::gate_decision_table ... ok
2026-06-10T07:10:07.7253271Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-10T07:10:07.7254929Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-10T07:10:07.7255338Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-10T07:10:07.7255734Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-10T07:10:07.7256177Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-10T07:10:07.7256617Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-10T07:10:07.7419395Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-10T07:10:07.7440858Z test shellwake::tests::reconcile_flips_watchers_with_instance_state ... ok
2026-06-10T07:10:07.7524587Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-10T07:10:07.7544487Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-10T07:10:07.7545049Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-10T07:10:07.7560240Z test shellwake::tests::watcher_crash_exits_respawn_then_give_up ... ok
2026-06-10T07:10:07.7570200Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-10T07:10:07.7672804Z test update::tests::plan_verified_update_set_uses_selected_platform_spec ... ok
2026-06-10T07:10:07.7723518Z test relay::tests::run_honors_stop ... ok
2026-06-10T07:10:07.7773442Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-10T07:10:07.7853895Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-10T07:10:07.7912660Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-10T07:10:07.7972399Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-10T07:10:07.8027853Z test seedmap::tests::stop_op_acks_then_serve_returns ... ok
2026-06-10T07:10:07.8083367Z test seedmap::tests::take_absent_is_none ... ok
2026-06-10T07:10:07.8091070Z test serveprobe::tests::is_serving_subnet_honors_membership_and_detach ... ok
2026-06-10T07:10:07.8190335Z test shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch ... ok
2026-06-10T07:10:07.8273660Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... ok
2026-06-10T07:10:07.9184217Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... ok
2026-06-10T07:10:07.9344013Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-10T07:10:07.9344432Z 
2026-06-10T07:10:07.9344775Z test result: ok. 237 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s
2026-06-10T07:10:07.9345156Z 
2026-06-10T07:10:07.9384693Z      Running tests/access.rs (target/debug/deps/access-3f065f007ac539db)
2026-06-10T07:10:07.9408736Z 
2026-06-10T07:10:07.9408889Z running 1 test
2026-06-10T07:10:08.0156132Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-10T07:10:08.0156464Z 
2026-06-10T07:10:08.0156716Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
2026-06-10T07:10:08.0157055Z 
2026-06-10T07:10:08.0174327Z      Running tests/attach.rs (target/debug/deps/attach-5e83991c72f27811)
2026-06-10T07:10:08.0202311Z 
2026-06-10T07:10:08.0202515Z running 3 tests
2026-06-10T07:10:08.0770428Z test attach_registers_remote_drive_detection ... ok
2026-06-10T07:10:08.0771106Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-10T07:10:08.0778670Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-10T07:10:08.0779103Z 
2026-06-10T07:10:08.0779382Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-10T07:10:08.0779682Z 
2026-06-10T07:10:08.0812072Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-ba1f5466f4bea6ea)
2026-06-10T07:10:08.0826791Z 
2026-06-10T07:10:08.0826906Z running 1 test
2026-06-10T07:10:08.0847470Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-10T07:10:08.0847978Z 
2026-06-10T07:10:08.0848219Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:08.0848562Z 
2026-06-10T07:10:08.0852811Z      Running tests/broker.rs (target/debug/deps/broker-9c8653ba7f2c773f)
2026-06-10T07:10:08.0865832Z 
2026-06-10T07:10:08.0865933Z running 1 test
2026-06-10T07:10:08.0884818Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-10T07:10:08.0885160Z 
2026-06-10T07:10:08.0885407Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:08.0885756Z 
2026-06-10T07:10:08.0889352Z      Running tests/budget.rs (target/debug/deps/budget-e28748be5279b422)
2026-06-10T07:10:08.0901916Z 
2026-06-10T07:10:08.0902103Z running 1 test
2026-06-10T07:10:08.0903391Z test measure_dormant_seat_budget ... ok
2026-06-10T07:10:08.0903569Z 
2026-06-10T07:10:08.0903795Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:08.0904095Z 
2026-06-10T07:10:08.0905996Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-d0528960c8c739c0)
2026-06-10T07:10:08.0921367Z 
2026-06-10T07:10:08.0921509Z running 1 test
2026-06-10T07:10:08.6995894Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-10T07:10:08.6996337Z 
2026-06-10T07:10:08.6996736Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
2026-06-10T07:10:08.6997576Z 
2026-06-10T07:10:08.7006774Z      Running tests/digest.rs (target/debug/deps/digest-aed60ac35b9fe960)
2026-06-10T07:10:08.7027865Z 
2026-06-10T07:10:08.7028155Z running 1 test
2026-06-10T07:10:08.7898285Z test digest_daemon_half_end_to_end ... ok
2026-06-10T07:10:08.7898649Z 
2026-06-10T07:10:08.7899119Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-10T07:10:08.7899624Z 
2026-06-10T07:10:08.7911031Z      Running tests/dispatch.rs (target/debug/deps/dispatch-dcfbbf41422dfd85)
2026-06-10T07:10:08.7946910Z 
2026-06-10T07:10:08.7947456Z running 11 tests
2026-06-10T07:10:08.7954891Z test classify_routes_a_node_label_feed_to_registry ... ok
2026-06-10T07:10:08.9021615Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-10T07:10:08.9897073Z test dispatcher_serves_a_cross_node_shell_link ... ok
2026-06-10T07:10:09.0437356Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-10T07:10:09.0790885Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-10T07:10:09.1650941Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-10T07:10:09.2766580Z test dispatcher_serves_a_subnet_serve_probe ... ok
2026-06-10T07:10:09.6038647Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-10T07:10:09.6809806Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-10T07:10:09.7652115Z test dispatcher_surfaces_a_remote_won_notif_at_the_winning_node ... ok
2026-06-10T07:10:09.8506728Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-10T07:10:09.8507143Z 
2026-06-10T07:10:09.8507537Z test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.06s
2026-06-10T07:10:09.8508071Z 
2026-06-10T07:10:09.8631455Z      Running tests/handoff.rs (target/debug/deps/handoff-d74399d5f9eb55a9)
2026-06-10T07:10:09.8644551Z 
2026-06-10T07:10:09.8644828Z running 1 test
2026-06-10T07:10:09.8683482Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-10T07:10:09.8683783Z 
2026-06-10T07:10:09.8684019Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-10T07:10:09.8684332Z 
2026-06-10T07:10:09.8687454Z      Running tests/idempotent.rs (target/debug/deps/idempotent-c7149cc9b2726044)
2026-06-10T07:10:09.8699801Z 
2026-06-10T07:10:09.8699918Z running 1 test
2026-06-10T07:10:09.8831709Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-10T07:10:09.8831952Z 
2026-06-10T07:10:09.8832159Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-10T07:10:09.8832435Z 
2026-06-10T07:10:09.8837824Z      Running tests/mesh.rs (target/debug/deps/mesh-c071a15628a9f982)
2026-06-10T07:10:09.8863555Z 
2026-06-10T07:10:09.8863702Z running 2 tests
2026-06-10T07:10:10.0756625Z test staggered_offliner_still_meshes ... ok
2026-06-10T07:10:10.2419483Z test all_online_star_a_reaches_c_b_never_relays ... ok
2026-06-10T07:10:10.2419814Z 
2026-06-10T07:10:10.2420151Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
2026-06-10T07:10:10.2420547Z 
2026-06-10T07:10:10.2469349Z      Running tests/netbroker.rs (target/debug/deps/netbroker-ba3bc08bcef9b5ee)
2026-06-10T07:10:10.2494382Z 
2026-06-10T07:10:10.2494543Z running 5 tests
2026-06-10T07:10:10.2507179Z test netless_broker_probes_gracefully ... ok
2026-06-10T07:10:10.2683915Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-10T07:10:10.2767590Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-10T07:10:10.2959055Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-10T07:10:10.3052592Z test brain_dials_second_broker_over_loopback ... ok
2026-06-10T07:10:10.3053008Z 
2026-06-10T07:10:10.3053292Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-10T07:10:10.3053714Z 
2026-06-10T07:10:10.3091828Z      Running tests/netstream.rs (target/debug/deps/netstream-fbc46d11427b701a)
2026-06-10T07:10:10.3117843Z 
2026-06-10T07:10:10.3118048Z running 2 tests
2026-06-10T07:10:10.3796290Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-10T07:10:10.3941287Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-10T07:10:10.3941631Z 
2026-06-10T07:10:10.3941941Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
2026-06-10T07:10:10.3942295Z 
2026-06-10T07:10:10.3974095Z      Running tests/notifsync.rs (target/debug/deps/notifsync-93bd297eda225a68)
2026-06-10T07:10:10.3998359Z 
2026-06-10T07:10:10.3998609Z running 1 test
2026-06-10T07:10:10.5307226Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-10T07:10:10.5307564Z 
2026-06-10T07:10:10.5308011Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
2026-06-10T07:10:10.5308373Z 
2026-06-10T07:10:10.5330691Z      Running tests/pairjoin.rs (target/debug/deps/pairjoin-676ffd127c175c7d)
2026-06-10T07:10:10.5356366Z 
2026-06-10T07:10:10.5356887Z running 1 test
2026-06-10T07:10:10.7595465Z test daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end ... ok
2026-06-10T07:10:10.7596046Z 
2026-06-10T07:10:10.7596495Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
2026-06-10T07:10:10.7597106Z 
2026-06-10T07:10:10.7623219Z      Running tests/peerloop.rs (target/debug/deps/peerloop-f3f414be463040bf)
2026-06-10T07:10:10.7659784Z 
2026-06-10T07:10:10.7660049Z running 1 test
2026-06-10T07:10:11.2043868Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-10T07:10:11.2044536Z 
2026-06-10T07:10:11.2044992Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
2026-06-10T07:10:11.2045565Z 
2026-06-10T07:10:11.2073181Z      Running tests/presence.rs (target/debug/deps/presence-4431cbf50735d796)
2026-06-10T07:10:11.2101665Z 
2026-06-10T07:10:11.2101971Z running 2 tests
2026-06-10T07:10:11.3724262Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-10T07:10:14.3352224Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-10T07:10:14.3352720Z 
2026-06-10T07:10:14.3353021Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
2026-06-10T07:10:14.3353433Z 
2026-06-10T07:10:14.3392560Z      Running tests/propagate.rs (target/debug/deps/propagate-914be14f88f36b40)
2026-06-10T07:10:14.3426158Z 
2026-06-10T07:10:14.3426492Z running 6 tests
2026-06-10T07:10:14.4150628Z test untrusted_origin_gets_no_offer ... ok
2026-06-10T07:10:14.4233839Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-10T07:10:14.4321521Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-10T07:10:14.4988430Z test update_set_propagates_selected_platform_artifact ... ok
2026-06-10T07:10:14.5953371Z test status_query_drives_the_convergence_table_end_to_end ... ok
2026-06-10T07:10:14.6005736Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-10T07:10:14.6006162Z 
2026-06-10T07:10:14.6006486Z test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-10T07:10:14.6006919Z 
2026-06-10T07:10:14.6068273Z      Running tests/replicate.rs (target/debug/deps/replicate-ef152f8aa6bf4b4e)
2026-06-10T07:10:14.6094685Z 
2026-06-10T07:10:14.6094914Z running 1 test
2026-06-10T07:10:14.6687286Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-10T07:10:14.6687662Z 
2026-06-10T07:10:14.6687984Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
2026-06-10T07:10:14.6688395Z 
2026-06-10T07:10:14.6709906Z      Running tests/reseed.rs (target/debug/deps/reseed-0987641090c7ebaf)
2026-06-10T07:10:14.6797197Z 
2026-06-10T07:10:14.6797560Z running 2 tests
2026-06-10T07:10:14.7917790Z test benign_offliner_is_reseeded_across_a_rotation ... ok
2026-06-10T07:10:16.8307962Z test revoked_node_is_denied_and_never_reseeded ... ok
2026-06-10T07:10:16.8308372Z 
2026-06-10T07:10:16.8309777Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.15s
2026-06-10T07:10:16.8310297Z 
2026-06-10T07:10:16.8409930Z      Running tests/resume.rs (target/debug/deps/resume-f6a2253de3b7119d)
2026-06-10T07:10:16.8430241Z 
2026-06-10T07:10:16.8430428Z running 3 tests
2026-06-10T07:10:18.8613701Z test cold_start_resumes_all_sessions_from_the_broker_cursor ... ok
2026-06-10T07:10:21.0493359Z test resume_below_ring_floor_clamps_forward_without_gap_error ... ok
2026-06-10T07:11:16.8433586Z test resume_mode_brain_spawning_new_sessions_delivers_each has been running for over 60 seconds
2026-06-10T07:11:19.2658566Z test resume_mode_brain_spawning_new_sessions_delivers_each ... FAILED
2026-06-10T07:11:19.2659333Z 
2026-06-10T07:11:19.2659501Z failures:
2026-06-10T07:11:19.2659920Z 
2026-06-10T07:11:19.2660263Z ---- resume_mode_brain_spawning_new_sessions_delivers_each stdout ----
2026-06-10T07:11:19.2660651Z 
2026-06-10T07:11:19.2661428Z thread 'resume_mode_brain_spawning_new_sessions_delivers_each' (370864) panicked at crates/spt-daemon/tests/resume.rs:311:17:
2026-06-10T07:11:19.2662130Z session 1 exited before both markers
2026-06-10T07:11:19.2662581Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-10T07:11:19.2662943Z 
2026-06-10T07:11:19.2662976Z 
2026-06-10T07:11:19.2663091Z failures:
2026-06-10T07:11:19.2663384Z     resume_mode_brain_spawning_new_sessions_delivers_each
2026-06-10T07:11:19.2663670Z 
2026-06-10T07:11:19.2663990Z test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 62.42s
2026-06-10T07:11:19.2664410Z 
2026-06-10T07:11:19.2668554Z error: test failed, to rerun pass `-p spt-daemon --test resume`
2026-06-10T07:11:19.2791527Z ##[error]Process completed with exit code 101.
2026-06-10T07:11:19.3017571Z Post job cleanup.
2026-06-10T07:11:19.4437655Z [command]/usr/bin/git version
2026-06-10T07:11:19.4471627Z git version 2.43.0
2026-06-10T07:11:19.4503303Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/54bc68f9-6cfd-49ac-9b59-f0f2e12f1411' before making global git config changes
2026-06-10T07:11:19.4504295Z Adding repository directory to the temporary git global config as a safe directory
2026-06-10T07:11:19.4506658Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-10T07:11:19.4535584Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-10T07:11:19.4559834Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-10T07:11:19.4805146Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-10T07:11:19.4821323Z http.https://github.com/.extraheader
2026-06-10T07:11:19.4829872Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-10T07:11:19.4856052Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-10T07:11:19.5038189Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-10T07:11:19.5063768Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-10T07:11:19.5372540Z Cleaning up orphan processes
